Initializes a new instance of the
C1DelegateList<T> class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Func(Of Integer,T) _
)
public C1DelegateList<T>(
System.int ,
System.Func<int,T>
)
パラメータ
- count
- The number of items.
- select
- The select function used to get the items.
参照